pages event area ¶
Description¶
Notifies you of page changes (switches).
Event¶
| Name | Definition Name | Description |
|---|---|---|
| Before page change event | onBeforeChange | This event is notified before the page is changed. |
| Page change event | onAfterChange | Event notified after page change. |
Interface belonging to area¶
| Name | Description |
|---|---|
| PageBeforeChangeEventParams | Parameters for the page before change event. |
| PageAfterChangeEventParams | The parameters of the page change event. |